 Pulldown Menu (Automatic in Frames)



Here's the Automatic Pulldown menu, but in Frames! Have the link open in a different frame of your site! Neat!

--------------------------------------------------------------------------------
 

<!-- TWO STEPS TO INSTALL PULLDOWN MENU (FRAMES):

   1.  Put the code into the FRAMESET of your frames HTML document
   2.  Be sure to give each frame a name:  name="left"  etc... -->

<!-- STEP ONE: Copy this code into the FRAMESET of your HTML document  -->

<FRAMESET cols="200,*">
<frame name="left" src="your_left_page.html">
<frame name="right" src="your_right_page.html">
</FRAMESET>

<!-- STEP TWO:  Be sure to give each frame a name:  name="left"  etc... -->

<!-- Script Size:  0.51 KB  -->
